home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_QUICKHELP_H
- #define LIBRARIES_QUICKHELP_H
- /*
- ** $VER: quickhelp.h 37.0 (00.00.00)
- **
- ** quickhelp.library definitions
- **
- ** (C) Copyright 1997 Paweî Marciniak <amisaper@polbox.com>
- ** All Rights Reserved
- */
-
- /* Tags definitions */
- #define OH_Dummy (TAG_USER + 1)
-
- #define OH_PozX (OH_Dummy + 0x01)
- #define OH_PozY (OH_Dummy + 0x02)
-
- #endif /* LIBRARIES_QUICKHELP_H */
-
-